<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset"utf-8";
/*鍏叡鏍峰紡*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Microsoft YaHei", 'Arial';
  color: #666;
  background: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*淇鎵嬫寔璁惧瀛椾綋鍙樺寲*/
}

textarea {
  font-family: "Microsoft YaHei", 'Arial';
}

body,
html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
a,
span,
p,
i,
em,
div,
body,
html {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-weight: normal;
}

input,
button {
  border: 0;
}

input::-webkit-search-cancel-button {
  display: none;
}

input[type=search]::-ms-clear {
  display: none;
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic
    /*ie7 瑙ｅ喅鍥剧墖缂╂斁澶辩湡闂*/
}

a {
  outline: none;
  text-decoration: none;
  color: #666;
  background: transparent;
  /*淇win8绯荤粺IE杩炴帴鐏拌壊鑳屾櫙*/
}

a:active {
  star: expression(this.onFocus=this.blur());
}

/*鍘绘帀鐐瑰嚮閾炬帴鏃剁殑铏氱嚎澶栨*/

a:focus {
  outline-style: none;
  -moz-outline-style: none;
}

/*娓呮娴姩*/

.clearfix:after {
  content: " ";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {
  *zoom: 1;
}

/*鐪佺暐鍙�*/

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ellipsis-3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ellipsis-4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.ellipsis-5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.ellipsis-7 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

/* float */

.fl {
  float: left;
}

.fr {
  float: right;
}

/**鍘绘帀input榛樿鏍峰紡**/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

#platform+div[style="overflow: visible; position: absolute; z-index: 1200; left: 0px; top: 0px; margin: 24px 120px auto; padding: 12px; background: rgba(255, 0, 0, 0.8); user-select: none;"]聽{
  display: none;
 }</pre></body></html>